-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Update nw-installing-external-dns-operator-cli.adoc #96013
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Here is the current look of the verification section of the documentation: Verification Get the name of the install plan from the subscription by running the following command: $ oc -n external-dns-operator \ get subscription external-dns-operator \ --template='{{.status.installplan.name}}{{"\n"}}' Verify that the status of the install plan is Complete by running the following command: $ oc -n external-dns-operator \ get ip <install_plan_name> \ --template='{{.status.phase}}{{"\n"}}' The above commands are not structured properly. We can use the above command as well, and it will execute perfectly. But its structure is not as per our standard procedure. Hence, it needs to be changed. Here is the updated look: Verification Get the name of the install plan from the subscription by running the following command: $ oc -n external-dns-operator \ get subscription external-dns-operator \ --template='{{.status.installplan.name}}{{"\n"}}' Verify that the status of the install plan is Complete by running the following command: $ oc -n external-dns-operator \ get ip <install_plan_name> \ --template='{{.status.phase}}{{"\n"}}
🤖 Fri Jul 11 16:10:41 - Prow CI generated the docs preview: |
@prithvipatil97: all tests passed! Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
/label peer-review-needed |
/lgtm |
Hello Team, All checks have passed, and Peer review is also done. It would be really helpful if someone could please take a look and provide QE approval for this change. cc: @zhaozhanqi, @yingwang-0320, @lihongan, @rhamini3 Regards, |
LGTM! |
Hello Hongan, |
/label merge-review-needed |
Here is the current look of the verification section of the documentation: Verification
Get the name of the install plan from the subscription by running the following command:
Verify that the status of the install plan is Complete by running the following command:
Here is the updated look:
Verification
Get the name of the install plan from the subscription by running the following command:
Verify that the status of the install plan is Complete by running the following command:
Version(s):
RHOCP 4.20, RHOCP 4.19, RHOCP 4.18, RHOCP 4.17, RHOCP 4.16 , RHOCP 4.15
Issue:
https://issues.redhat.com/browse/OSDOCS-15279
Link to docs preview:
https://96013--ocpdocs-pr.netlify.app/openshift-enterprise/latest/networking/networking_operators/external_dns_operator/nw-installing-external-dns-operator-on-cloud-providers.html
QE review:
Additional information: